Skip to content

Conversation

@ShachiMistry
Copy link

PR Description

Please describe the changes proposed in the pull request:

This PR resolves #(put issue number here, and remove parentheses).

PR Checklist

Please ensure that you have done the following:

  1. PR in from a fork off your branch. Do not PR from <your_username>:dev, but rather from <your_username>:<feature-branch_name>.
  1. If you're not on the contributors list, add yourself to AUTHORS.md.
  1. Add a line to CHANGELOG.md under the latest version header (i.e. the one that is "on deck") describing the contribution.
    • Do use some discretion here; if there are multiple PRs that are related, keep them in a single line.

Automatic checks

There will be automatic checks run on the PR. These include:

  • Building a preview of the docs on Netlify
  • Automatically linting the code
  • Making sure the code is documented
  • Making sure that all tests are passed
  • Making sure that code coverage doesn't go down.

Relevant Reviewers

Please tag maintainers to review.

@samukweku
Copy link
Collaborator

hi @ShachiMistry is there an open issue for this?

@ericmjl
Copy link
Member

ericmjl commented Nov 23, 2025

@samukweku no worries about an open issue; @ShachiMistry thank you for the PR!

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.

@ShachiMistry thank you for the PR! I've taken a quick look. There's a bit of work on the documentation side that will be needed before we can merge. Would you be open to making those changes please?

zero_mad: str = "skip", # 'skip' | 'one' | 'raise'
suffix: Optional[str] = None,
) -> pd.DataFrame:
"""Robustly scale numeric columns using Median and MAD."""
Copy link
Member

Choose a reason for hiding this comment

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

Could you bolster the docstrings please? If you're using copilot or other AI systems to assist in coding, you can ask it to study the other functions for the type of material we're looking for in the docstrings, and you'll probably get the right thing, just make sure you review it 😄.

Copy link
Member

Choose a reason for hiding this comment

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

Could you bump up the docstring coverage here please?

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.

3 participants