Styler.map(func[, subset]) |
Apply a CSS-styling function elementwise. |
Styler.apply_index(func[, axis, level]) |
Apply a CSS-styling function to the index or column headers, level-wise. |
Styler.map_index(func[, axis, level]) |
Apply a CSS-styling function to the index or column headers, elementwise. |
Styler.format([formatter, subset, na_rep, ...]) |
Format the text display value of cells. |
Styler.format_index([formatter, axis, ...]) |
Format the text display value of index labels or column headers. |
Styler.relabel_index(labels[, axis, level]) |
Relabel the index, or column header, keys to display a set of specified values. |
Styler.hide([subset, axis, level, names]) |
Hide the entire index / column headers, or specific rows / columns from display. |
Styler.concat(other) |
Append another Styler to combine the output into a single table. |
Styler.set_td_classes(classes) |
Set the class attribute of | HTML elements. |
Styler.set_table_styles([table_styles, ...]) |
Set the table styles included within the |