-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: set render limits on Styler
to automatically trim dataframes
#41635
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
Changes from 13 commits
e7f4222
0778a9a
1d91f53
0c49d72
66efb29
99b2d5e
9e8f93b
91ac56e
aed1bba
9fd3e59
a2947f3
9466dd5
f659b17
ada47bf
59f7819
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -487,6 +487,8 @@ styler.sparse.index True "Sparsify" MultiIndex displ | |
elements in outer levels within groups). | ||
styler.sparse.columns True "Sparsify" MultiIndex display for columns | ||
in Styler output. | ||
styler.max.elements 262144 Maximum number of datapoints that Styler will render | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. styler.display.max_elements ? i think something like that is more instructive no? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. or There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. agreed, even maybe |
||
trimming either rows, columns or both to fit. | ||
======================================= ============ ================================== | ||
|
||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.