-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
ENH: styler.format options
#43256
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
ENH: styler.format options
#43256
Conversation
jreback
left a comment
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.
looks good. technically this could break code if some actually uses pd.set_option('precision') for example but that will now raise so prob ok.
|
thanks pls check the options on the issue :-> |
the docs do advise against that behaviour for this specific reason, so I think ok. |
Styler.formatdocstringoptions.rstStylerinit docstringupdate user guide will be a follow-on when all options are merged