Formatting Pandas Tables#
Tools to format pandas tables for documentation and publication.
Format Transformers#
Formatters and helper classes that will change the value in Dataframes with the goal of making them
stylistic more pleasing.
These are more complex transforms compared to what is possible via the pandas styling API.
Formatting functions that can be applied to a DataFrame using |
Stylers#
Functions that effect the styler of a dataframe. The helpers create functions that can be applied to the Styler object of a dataframe for various effects.
|
Style the best element in a column, after grouping by the index or another column. |
|
Add a border after each group in a DataFrame. |
|
Style the elements in a DataFrame that are above or below a threshold. |
|
Apply styles to a DataFrame appropriate for the revalidation. |
Types#
|
A base class to represent a value with associated metadata. |
|
A custom object to represent a value with a range and stats results. |
|
Information required to determine the validity of a results in the context of the revalidation. |