module documentation
Utility functions for data exploration and visualization.
Function | bring |
Make sure the consensus column is the third top-level column. |
Function | get |
Replace the institution names with their abbreviations. |
Function | get |
Recursively get all fields of a Pydantic model, including nested models. |
Function | map |
Return a class for each cell of the patients table. |
Function | replace |
Replace NaN values with replacement in the table view. |
Function | smart |
Only capitalize words that are not all caps (e.g. abbreviations). |
Function | split |
Split the string on underscores and capitalize each word. |
Function | style |
Style the pandas.DataFrame HTML for better readability. |
Variable | logger |
Undocumented |
Split the string on underscores and capitalize each word.
This is used to format the index of the pandas.DataFrame
in the table view.