Skip to content
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

[DOC] Add MWE to 3 more functions #1006

Merged
merged 6 commits into from
Feb 5, 2022
Merged

[DOC] Add MWE to 3 more functions #1006

merged 6 commits into from
Feb 5, 2022

Conversation

thatlittleboy
Copy link
Contributor

@thatlittleboy thatlittleboy commented Feb 4, 2022

PR Description

Please describe the changes proposed in the pull request:

Resolves #1004 ; Related to #972 .

Aside:
Bugfix for issue 1005 (also relating to the round_to_fraction.py file) will be in another PR, I wanted to keep this PR more focused on the MWE additions.
I'll update the CHANGELOG for 1004 together with the fix for 1005 in that PR.

@ericmjl
Copy link
Member

ericmjl commented Feb 4, 2022

@ericmjl
Copy link
Member

ericmjl commented Feb 4, 2022

@thatlittleboy looks like we have one error that relates to syntax. Here is a direct link to the logs: https://github.com/pyjanitor-devs/pyjanitor/runs/5069210330?check_suite_focus=true#step:4:1617

@codecov
Copy link

codecov bot commented Feb 5, 2022

Codecov Report

Merging #1006 (43d4dfa) into dev (9d3653f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #1006   +/-   ##
=======================================
  Coverage   96.32%   96.32%           
=======================================
  Files          77       77           
  Lines        2858     2858           
=======================================
  Hits         2753     2753           
  Misses        105      105           

Copy link
Member

@ericmjl ericmjl left a comment

Choose a reason for hiding this comment

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

I approve! We're inching closer to finishing!

@ericmjl ericmjl merged commit fd79404 into dev Feb 5, 2022
@thatlittleboy thatlittleboy deleted the docs/mwe-sprint branch February 5, 2022 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] row_to_names' row_number parameter only accepts int but default argument is None
3 participants