shwetashweta05 commited on
Commit
3dc3818
·
verified ·
1 Parent(s): 6cfac1b

Update pages/Introduction Of Data Analysis.py

Browse files
pages/Introduction Of Data Analysis.py CHANGED
@@ -9,11 +9,15 @@ st.write("Data is a collection of information.where we can collect the data thro
9
 
10
  st.header("**There are different types of Data**")
11
  st.image("https://d8it4huxumps7.cloudfront.net/uploads/images/65112857711d3_types_of_data.jpg", caption="Types of data")
 
12
  st.subheader("**Structured data-**")
13
  st.write("The data that is already present in a row and column format or which can be easily converted to rows and column so that later it can fit nicely into a Database is known as structured data.**Example**-SQL.")
14
- #st.image("C:\Users\Singh\Downloads\excel.jpg", caption="Structured Data")
 
15
  st.subheader("**Unstructured data-**")
16
  st.write("The data which don't have any formatted structured.They are called as Unstructured data. **Example**-image,texture,audio,video. All are comes under unstructured data.")
 
 
17
  st.subheader("**Semistructured data-**")
18
  st.write("Semi-structured- Semi-structured data is a type of data that is not purely structured but also not completely unstructured called semi-structured data.**Example**- CSV file,JSON file etc.")
19
 
 
9
 
10
  st.header("**There are different types of Data**")
11
  st.image("https://d8it4huxumps7.cloudfront.net/uploads/images/65112857711d3_types_of_data.jpg", caption="Types of data")
12
+
13
  st.subheader("**Structured data-**")
14
  st.write("The data that is already present in a row and column format or which can be easily converted to rows and column so that later it can fit nicely into a Database is known as structured data.**Example**-SQL.")
15
+ st.image("https://blog.skyvia.com/wp-content/uploads/2022/04/table-structured-data.png", caption="Structured Data")
16
+
17
  st.subheader("**Unstructured data-**")
18
  st.write("The data which don't have any formatted structured.They are called as Unstructured data. **Example**-image,texture,audio,video. All are comes under unstructured data.")
19
+ st.image("https://i.sstatic.net/kWO6D.jpg")
20
+
21
  st.subheader("**Semistructured data-**")
22
  st.write("Semi-structured- Semi-structured data is a type of data that is not purely structured but also not completely unstructured called semi-structured data.**Example**- CSV file,JSON file etc.")
23