-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: use_inf_as_na #53494
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: use_inf_as_na #53494
Conversation
|
It isn't clear to me what those docbuild complaints are pointing to. |
pandas/core/config_init.py
Outdated
@@ -411,6 +411,8 @@ def is_terminal() -> bool: | |||
True means treat None, NaN, INF, -INF as NA (old way), | |||
False means None and NaN are null, but INF, -INF are not NA | |||
(new way). | |||
|
|||
.. deprecated:: 2.1.0 |
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.
I think this is the line that the doc build is complaining about. Maybe put it as the first line?
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.
hmm that didnt seem to help
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.
think this is handled now
Thanks @jbrockmendel |
* DEPR: use_inf_as_na * troubleshoot doc * troubleshoot docbuild * troubleshoot doc * troubleshoot docs
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.