qa_test_performed_desc

qa.qa_test_performed_desc(test_perf_output: str)

QA test_performed_desc

Usage

To be used in a .with_columns() statement

Examples

from wadoh_subtyping import qa
from wadoh_raccoon.utils import helpers

df = (
    df
    .with_columns(
        qa.qa_test_performed_desc(test_perf_output=test_perf_output)
    )
)