wordcloud

This commit is contained in:
2026-02-02 11:12:53 +01:00
parent d770645d8e
commit 45dd121d90
6 changed files with 314 additions and 8 deletions

View File

@@ -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