ziran / page_home.py
krishaamer's picture
Correct data
859d2b1
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) covering attitudes towards shopping, saving, investing, economy, nature, sustainability, and AI.
\n* Survey Oct. 13th - Nov. 3rd, 2023
\n* 2000 cards with a QR code printed out
\n* Distribution conducted at 8 universities (handing out the cards)
\n* 1289 people started the survey, 518 quit
\n* 771 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 (5-point scale) used for clustering the students into 3 personas with K-means clustering
\n* 14 product features (multiple-choice) used for K-modes clustering
\n* 4 choice experiments
\n* 2 option ranking questions
\n* 10 text fields used to enrich the personas'''
)