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

[Documentation] Added another example in df.clip documentation. #55589

Merged
merged 3 commits into from
Oct 20, 2023

Conversation

abhi-glitchhg
Copy link
Contributor

df.clip takes lower and upper threshholds as inputs, and both of these can be float or array-like, default None type.

I am aware of an example in doc which Clips specific lower and upper thresholds per column element.

But it would be also nice to have example clipping is happening per column with specific lower and upper threshhold.

@mroeschke mroeschke added the Docs label Oct 19, 2023
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

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

Looks OK, but could you address the failed code checks in the CI?

@mroeschke mroeschke added this to the 2.2 milestone Oct 20, 2023
@mroeschke mroeschke merged commit af5fa36 into pandas-dev:main Oct 20, 2023
39 checks passed
@mroeschke
Copy link
Member

Thanks @abhi-glitchhg

aureliobarbosa pushed a commit to aureliobarbosa/pandas that referenced this pull request Oct 22, 2023
…ndas-dev#55589)

* Update generic.py

* Update generic.py

* Update generic.py

Fix for issue pandas-dev#55509 (updating intersection only)

fix typo - black

Added test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants