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

DEPR: try_cast kwarg in mask, where #38836

Merged
merged 4 commits into from Dec 31, 2020

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

It is silently ignored ATM.

@jreback jreback added the Deprecate Functionality to remove in pandas label Dec 30, 2020
@jreback jreback added this to the 1.3 milestone Dec 30, 2020
@@ -8989,6 +8987,9 @@ def where(
try_cast : bool, default False
Try to cast the result back to the input type (if possible).

.. deprecated:: 1.3.0
Copy link
Contributor

Choose a reason for hiding this comment

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

default should be None now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants