LakshmiHarika commited on
Commit
da7de8b
·
verified ·
1 Parent(s): 52ca991

Update pages/Data Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data Collection.py +5 -0
pages/Data Collection.py CHANGED
@@ -42,3 +42,8 @@ st.markdown(
42
  st.markdown("""
43
  <div style="text-align: left; margin-top: 20px;">
44
  <h2 style="color: #BB3385;">What is Data? 📊✨</h2></div>""", unsafe_allow_html=True)
 
 
 
 
 
 
42
  st.markdown("""
43
  <div style="text-align: left; margin-top: 20px;">
44
  <h2 style="color: #BB3385;">What is Data? 📊✨</h2></div>""", unsafe_allow_html=True)
45
+
46
+
47
+ st.write("""
48
+ **Data** is the measurements that are collected as a source of Information.
49
+ It refers raw facts, figures, and observations that can be collected, stored, and processed. It has no meaning on its own until it is organized or analyzed to derive useful information.""")