DOMMETI commited on
Commit
88a71cc
·
verified ·
1 Parent(s): 94a062d

Update pages/3_Types_of_Data_in_Statistics.py

Browse files
pages/3_Types_of_Data_in_Statistics.py CHANGED
@@ -116,7 +116,8 @@ st.markdown("""Discrete data is **quantitative** data that can only take specifi
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>
 
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.subheader("Continuous")
120
+ st.markdown("""Continuous data is **quantitative** data that can take any value within a given range. It is measurable and can be infinitely divided into smaller parts
121
  <ul class=icon-bullet>
122
  <li>non_finate</li>
123
  <li>Upper_Bound</li>