wordcloud
This commit is contained in:
@@ -61,15 +61,12 @@ def _(JPMCSurvey, QSF_FILE, RESULTS_FILE, mo):
|
||||
@app.cell
|
||||
def _(Path, RESULTS_FILE, data_all, mo):
|
||||
mo.md(f"""
|
||||
|
||||
---
|
||||
# Load Data
|
||||
|
||||
**Dataset:** `{Path(RESULTS_FILE).name}`
|
||||
|
||||
**Responses**: `{data_all.collect().shape[0]}`
|
||||
|
||||
|
||||
""")
|
||||
return
|
||||
|
||||
@@ -165,8 +162,6 @@ def _(S, mo):
|
||||
|
||||
{filter_form}
|
||||
''')
|
||||
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user