-
Notifications
You must be signed in to change notification settings - Fork 171
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
get_join_indices function #1312
Conversation
🚀 Deployed on https://deploy-preview-1312--pyjanitor.netlify.app |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #1312 +/- ##
==========================================
+ Coverage 93.91% 94.49% +0.58%
==========================================
Files 78 78
Lines 4254 4254
==========================================
+ Hits 3995 4020 +25
+ Misses 259 234 -25 |
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.
Pre-approving the PR, @samukweku. I have only one comment about the name of return_indices
as an argument.
…ays return a dataframe from a chain
@ericmjl i created a separate function to return join indices - keeping the existing function as is. I feel it'd align more with pyjanitor's original goal of ensuring a dataframe is always returned. |
@samukweku I'm good with the latest changes! Thank you for working hard on this PR. Are you good for merging? |
Okie dokes, saw your thumbs up, let's merge! |
PR Description
Please describe the changes proposed in the pull request:
This PR resolves #1310 .
PR Checklist
Please ensure that you have done the following:
<your_username>
:dev
, but rather from<your_username>
:<feature-branch_name>
.AUTHORS.md
.CHANGELOG.md
under the latest version header (i.e. the one that is "on deck") describing the contribution.Automatic checks
There will be automatic checks run on the PR. These include:
Relevant Reviewers
Please tag maintainers to review.