-
Notifications
You must be signed in to change notification settings - Fork 169
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
[ENH] generic select function #1187
Conversation
🚀 Deployed on https://deploy-preview-1187--pyjanitor.netlify.app |
Codecov Report
@@ Coverage Diff @@
## dev #1187 +/- ##
==========================================
+ Coverage 97.63% 97.72% +0.08%
==========================================
Files 76 76
Lines 3474 3514 +40
==========================================
+ Hits 3392 3434 +42
+ Misses 82 80 -2 |
Hi, I thought we could add some marks to notify users that |
The codecov is decreasing. |
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.
Re-approving!
Okie dokes, I think we should merge. The PR has been open long enough! |
* fix blank note output * return whatever user passes, even if they r duplicates * add DropLabel for dropping columns * generic select with tests * update test_select.py * update changelog * update docs in select * add version notifications * update docs for DropLabel class * update admonition * ensure booleans are converted into arrays
PR Description
Please describe the changes proposed in the pull request:
select_rows
,select_columns
This PR resolves #1124 .
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.