Examples#

This directory contains examples of how to use the SDA library.

Data Loading#

  • ``load_2021_2022_test_data.py`` - Load test data from 2021-2022 period

  • ``load_all_test_data.py`` - Load all available test data

  • ``load_tests.py`` - Simple example of loading specific tests

Utilities#

  • ``print_all_datafiles.py`` - Discover and print information about all available data files on this machine

Performance Analysis#

  • ``database_report_analysis.py`` - Comprehensive test data analysis script: - Analyzes ALL available test data on the machine - STT template tracking and compliance metrics - Visual quality thermometer with progress bars - Performance metrics (parsing speed, file sizes) - Enhanced Excel reports with native tables

python examples/database_report_analysis.py

SDA Database Report Analysis Script.

SDA Database Report Analysis Script.

List all data files in a specific test folder.

List all data files in a specific test folder.

Load 2021-2022 test data.

Load 2021-2022 test data.

Load all test data.

Load all test data.

Load tests with unified function.

Load tests with unified function.

Print all local data files.

Print all local data files.

SDA Dashboard Example.

SDA Dashboard Example.