Opinion requested: Pandas Options for Styler #41395
Labels
Ideas
Long-Term Enhancement Discussions
Master Tracker
High level tracker for similar issues
Styler
conditional formatting using DataFrame.style
The pandas options seem to be little haphazard in the way they have been accumulated and implemented in pandas.
This issue is a master tracker for considering
pandas.options
relevant tostyler
and also in relation to deprecation ofDataFrame.to_html
andDataFrame.to_latex
(#41649 #41693)The complete list of existing
pandas.options
is below with their description and view on what to port tostyler
. The summary is below:Pending Options:
styler.sparse.index
: ENH: addstyler
option context for sparsification of columns and index separately #41512styler.sparse.columns
: ENH: addstyler
option context for sparsification of columns and index separately #41512styler.render.max_elements
: dynamic render trimming for v large dataframes ENH: set render limits onStyler
to automatically trim dataframes #41635styler.render.max_rows
: ENH:max_rows
max_cols
kw forStyler.to_html
+styler.options
#42972styler.render.max_columns
: ENH:max_rows
max_cols
kw forStyler.to_html
+styler.options
#42972styler.render.encoding
: doctype format ("utf-8") ENH:styler.render.encoding
option #43177styler.render.repr
: notebook default ("html") ENH:styler.render.repr
option #43180styler.format.precision
ENH:styler.format
options #43256styler.format.thousands
ENH:styler.format
options #43256styler.format.escape
ENH:styler.format
options #43256styler.format.formatter
ENH:styler.format
options #43256styler.format.na_rep
ENH:styler.format
options #43256styler.format.decimal
ENH:styler.format
options #43256styler.html.mathjax
ENH:styler.html.mathjax
option #43283 (if not legacy would have not included)styler.latex.multirow_align
ENH:styler.latex
options #43284 (if not legacy would have not included)styler.latex.multicolumn_align
ENH:styler.latex
options #43284 (if not legacy would have not included)styler.latex.longtable
ENH:styler.latex
options #43284styler.latex.hrules
ENH: latex styler bool pandas options #43670too esoteric, not worthy of global namespace.styler.latex.siunitx
too esoteric, not worthy of global namespace.styler.latex.css_convert
Status
styler
options.styler
option addition. Can, alternatively, be specifically coded by a UDFformatter
option.styler.format
options.styler
options.styler.format
options.styler.latex
optionsstyler.latex
optionsstyler.latex
optionsstyler.latex
options.border=value
attribute is inserted in the table tag for the DataFrame HTML repr.The text was updated successfully, but these errors were encountered: