Spaces:
Build error
Build error
Update pages/3_Types_of_Data_in_Statistics.py
Browse files
pages/3_Types_of_Data_in_Statistics.py
CHANGED
|
@@ -90,3 +90,11 @@ st.latex(r'''
|
|
| 90 |
\quad \quad \textbf{Continuous Data} \quad \text{\small (e.g., Height, Income)} \\[5pt]
|
| 91 |
\end{array}
|
| 92 |
''')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
\quad \quad \textbf{Continuous Data} \quad \text{\small (e.g., Height, Income)} \\[5pt]
|
| 91 |
\end{array}
|
| 92 |
''')
|
| 93 |
+
st.header("Qualitative Data")
|
| 94 |
+
st.subheader("Nominal Data")
|
| 95 |
+
st.markdown("""Nominal data is **qualitative** data used for categorizing without any order or ranking. It describes attributes rather than numeric values.
|
| 96 |
+
<ul class=icon-bullet>
|
| 97 |
+
<li>Categorical Nature</li>
|
| 98 |
+
<li>No Order</li>
|
| 99 |
+
</ul>
|
| 100 |
+
""")
|