straightliner verification for SS questions
This commit is contained in:
@@ -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('''
|
||||
|
||||
Reference in New Issue
Block a user