DOMMETI commited on
Commit
88ce7e3
·
verified ·
1 Parent(s): 652c507

Update pages/3_Types_of_Data_in_Statistics.py

Browse files
pages/3_Types_of_Data_in_Statistics.py CHANGED
@@ -69,3 +69,22 @@ st.markdown("""
69
  }
70
  </style>
71
  """, unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  }
70
  </style>
71
  """, unsafe_allow_html=True)
72
+ st.latex(r'''
73
+ \textbf{\Huge Types of Data} \\[15pt]
74
+ \text{\huge \(\downarrow\)} \\[10pt]
75
+ \begin{array}{l}
76
+ \textbf{\Huge Data} \\
77
+ \quad \text{\huge \(\Downarrow\)} \\[10pt]
78
+
79
+ \quad \textbf{\underline{1. \Large Qualitative Data}} \\
80
+ \quad \quad \text{\huge \(\downarrow\)} \\[5pt]
81
+ \quad \quad \textbf{\textcolor{blue}{\diamond}} \ \textbf{Nominal Data} \quad \text{\small (e.g., Color, Gender)} \\
82
+ \quad \quad \textbf{\textcolor{blue}{\diamond}} \ \textbf{Ordinal Data} \quad \text{\small (e.g., Customer Satisfaction, Ranking)} \\[10pt]
83
+ \quad \text{\huge \(\Downarrow\)} \\[10pt]
84
+
85
+ \quad \textbf{\underline{2. \Large Quantitative Data}} \\
86
+ \quad \quad \text{\huge \(\downarrow\)} \\[5pt]
87
+ \quad \quad \textbf{\textcolor{green}{\circ}} \ \textbf{Discrete Data} \quad \text{\small (e.g., Number of Children, Age)} \\
88
+ \quad \quad \textbf{\textcolor{green}{\circ}} \ \textbf{Continuous Data} \quad \text{\small (e.g., Height, Income)} \\[5pt]
89
+ \end{array}
90
+ ''')