:orphan:
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
.. code-block:: bash
python examples/database_report_analysis.py
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_database_report_analysis_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_database_report_analysis.py`
.. raw:: html
SDA Database Report Analysis Script.
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_list_all_files_in_test_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_list_all_files_in_test.py`
.. raw:: html
List all data files in a specific test folder.
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_load_2021_2022_test_data_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_load_2021_2022_test_data.py`
.. raw:: html
Load 2021-2022 test data.
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_load_all_test_data_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_load_all_test_data.py`
.. raw:: html
Load all test data.
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_load_tests_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_load_tests.py`
.. raw:: html
Load tests with unified function.
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_print_all_datafiles_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_print_all_datafiles.py`
.. raw:: html
Print all local data files.
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_run_dashboard_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_run_dashboard.py`
.. raw:: html
SDA Dashboard Example.
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/auto_examples/database_report_analysis
/auto_examples/list_all_files_in_test
/auto_examples/load_2021_2022_test_data
/auto_examples/load_all_test_data
/auto_examples/load_tests
/auto_examples/print_all_datafiles
/auto_examples/run_dashboard
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip `