sda.dashboard.utils.test_info#
Test Information Display Utilities.
Helper functions for displaying enhanced test information in the dashboard.
Functions#
|
Get the number of rows for a test. |
|
Get the sorted list of columns for a test. |
|
Create an enhanced test information display with hyperlinks, row counts, and columns. |
Module Contents#
- sda.dashboard.utils.test_info.get_test_row_count(test_name)#
Get the number of rows for a test.
- sda.dashboard.utils.test_info.get_test_columns_sorted(test_name)#
Get the sorted list of columns for a test.
- Parameters:
test_name (
str) – The name of the test- Returns:
Sorted list of column names
- Return type:
List[str]
- sda.dashboard.utils.test_info.create_enhanced_test_info_display(test_names)#
Create an enhanced test information display with hyperlinks, row counts, and columns.
- Parameters:
test_names (
Union[str,List[str]]) – Single test name or list of test names- Returns:
Enhanced test information display component
- Return type:
html.Div