Sathwikchowdary commited on
Commit
69199fc
·
verified ·
1 Parent(s): 8ec1afb

Update pages/Data_Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data_Collection.py +4 -1
pages/Data_Collection.py CHANGED
@@ -32,4 +32,7 @@ st.markdown(
32
  "Raw facts, figures, or other information gathered for analysis, reference, or use in decision-making processes are called as data. It serves as the foundation for several processes in a variety of domains, such as machine learning, which uses to provide insights and train models."
33
  "</p>",
34
  unsafe_allow_html=True
35
- )
 
 
 
 
32
  "Raw facts, figures, or other information gathered for analysis, reference, or use in decision-making processes are called as data. It serves as the foundation for several processes in a variety of domains, such as machine learning, which uses to provide insights and train models."
33
  "</p>",
34
  unsafe_allow_html=True
35
+ )
36
+ st.markdown("The data divided into two types known as")
37
+ st.markdown("1.Structured data")
38
+ st.markdown("2.Unstructured data")