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
|
@@ -107,3 +107,16 @@ st.markdown("""Ordinal data is **qualitative** data that categorizes items with
|
|
| 107 |
""",unsafe_allow_html=True)
|
| 108 |
st.header("Quantitative Data")
|
| 109 |
st.subheader("Discrete")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
""",unsafe_allow_html=True)
|
| 108 |
st.header("Quantitative Data")
|
| 109 |
st.subheader("Discrete")
|
| 110 |
+
st.markdown("""Discrete data is **quantitative** data that can only take specific, distinct values. It is countable and cannot be divided into smaller parts.
|
| 111 |
+
<ul class=icon-bullet>
|
| 112 |
+
<li>Countable</li>
|
| 113 |
+
<li>Whole Numbers</li>
|
| 114 |
+
</ul>
|
| 115 |
+
""",unsafe_allow_html=True)
|
| 116 |
+
st.markdown("""Discrete data is **quantitative** data that can only take specific, distinct values. It is countable and cannot be divided into smaller parts.
|
| 117 |
+
<ul class=icon-bullet>
|
| 118 |
+
<li>non_finate</li>
|
| 119 |
+
<li>Upper_Bound</li>
|
| 120 |
+
<li>Lower_Bound</li>
|
| 121 |
+
</ul>
|
| 122 |
+
""",unsafe_allow_html=True)
|