ziran / page_home.py
krishaamer's picture
Fix typos
085999b
raw
history blame
827 Bytes
import streamlit as st
def show():
st.title("Survey Overview")
st.markdown('''A survey of Taiwanese college students (excludes overseas Chinese-speaking students as well as foreign students).
\n* Survey Oct. 13 - Nov. 13, 2023
\n* 2000 cards with a QR code printed out
\n* Distribution conducted in 8 universities (handing out the cards)
\n* 1272 people started the survey, 507 quit
\n* 764 people completed the whole survey
\n* Data after filtering: 675 people aged 18-26 (Gen-Z), Taiwanese, current students in BA (large majority), MA (small minority) or PhD level (very few respondents)
\n* 36 Likert fields used for clustering the students into 3 personas with K-means clustering.
\n* 14 product features (multiple-choice)
\n* 6 choice experiments
\n* Text fields used to enrich the personas'''
)