DOMMETI commited on
Commit
7044b2e
·
verified ·
1 Parent(s): e03c78e

Update pages/3_Types_of_Data_in_Statistics.py

Browse files

![Screenshot 2024-08-24 at 8.23.57 PM.png](https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/Q52gDUTrLrn5llAa6IYim.png)

pages/3_Types_of_Data_in_Statistics.py CHANGED
@@ -98,6 +98,7 @@ st.markdown("""Nominal data is **qualitative** data used for categorizing withou
98
  <li>No Order</li>
99
  </ul>
100
  """,unsafe_allow_html=True)
 
101
  st.subheader("Ordinal Data")
102
  st.markdown("""Ordinal data is **qualitative** data that categorizes items with a meaningful order or ranking
103
  <ul class=icon-bullet>
@@ -105,6 +106,7 @@ st.markdown("""Ordinal data is **qualitative** data that categorizes items with
105
  <li>Unequal Intervals</li>
106
  </ul>
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.
@@ -113,10 +115,12 @@ st.markdown("""Discrete data is **quantitative** data that can only take specifi
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)
 
 
98
  <li>No Order</li>
99
  </ul>
100
  """,unsafe_allow_html=True)
101
+ st.image('https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/yis9oHlE-vGsqwQzgdFkS.png',caption="An Example of Nominal Data",width=400)
102
  st.subheader("Ordinal Data")
103
  st.markdown("""Ordinal data is **qualitative** data that categorizes items with a meaningful order or ranking
104
  <ul class=icon-bullet>
 
106
  <li>Unequal Intervals</li>
107
  </ul>
108
  """,unsafe_allow_html=True)
109
+ st.image('https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/P8ddeC3x80O_UKCXhhOy4.png',caption="An Example of Ordinal Data",width=400)
110
  st.header("Quantitative Data")
111
  st.subheader("Discrete")
112
  st.markdown("""Discrete data is **quantitative** data that can only take specific, distinct values. It is countable and cannot be divided into smaller parts.
 
115
  <li>Whole Numbers</li>
116
  </ul>
117
  """,unsafe_allow_html=True)
118
+ st.image('https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/A78fKWEuWmFf32bTIEkVo.png',caption="An Example of Discrete Data",width=400)
119
  st.markdown("""Discrete data is **quantitative** data that can only take specific, distinct values. It is countable and cannot be divided into smaller parts.
120
  <ul class=icon-bullet>
121
  <li>non_finate</li>
122
  <li>Upper_Bound</li>
123
  <li>Lower_Bound</li>
124
  </ul>
125
+ """,unsafe_allow_html=True)
126
+ t.image('https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/Q52gDUTrLrn5llAa6IYim.png',caption="An Example of Continous Data",width=400)