-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: add internal mechanics to separate index/columns sparsification in Styler #41391
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
Conversation
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.
lgtm doc comments.
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 fine. happy to merge and do typing on followups or here.
@jreback ping this is green and your requested changes made. |
thanks @attack68 |
This is not a user facing change.
It adds only the necessary code to permit separate control of index/column MultIndex sparsification. Essentially it removes the
get_option("display.multi_sparse")
from a low level method to a higher level method where it can be overwritten by user-args later.partly addresses #41142