straightliner verification for SS questions

This commit is contained in:
2026-01-29 19:57:29 +01:00
parent 2958fed780
commit c1729d4896
2 changed files with 142 additions and 25 deletions

View File

@@ -74,11 +74,6 @@ def _(Path, RESULTS_FILE, data_all, mo):
return
@app.cell
def _():
return
@app.cell
def _(
S,
@@ -88,7 +83,8 @@ def _(
duration_validation,
mo,
):
sl_content, sl_df = check_straight_liners(S.get_ss_green_blue(data_all)[0], max_score=5)
_ss_all = S.get_ss_green_blue(data_all)[0].join(S.get_ss_orange_red(data_all)[0], on='_recordId')
sl_content = check_straight_liners(_ss_all, max_score=5)
mo.md(f"""
## Data Validation
@@ -106,18 +102,6 @@ def _(
return
@app.cell
def _(mo):
mo.md(r"""
---
# Data Filter
Use to select a subset of the data for the following analysis
""")
return
@app.cell(hide_code=True)
def _(S, mo):
filter_form = mo.md('''