qa_wdrs_test_performed
qa.qa_wdrs_test_performed(wdrs_test_perf_output: str)QA wdrs_test_performed
Usage
To be used in a .with_columns() statement
Examples
from wadoh_subtyping import qa
df = (
df
.with_columns(
qa.qa_wdrs_test_performed(wdrs_test_perf_output=wdrs_test_perf_output)
)
)