Update pages/6.Data Collection.py
Browse files
pages/6.Data Collection.py
CHANGED
@@ -9,8 +9,8 @@ st.write("""
|
|
9 |
- **Forms:** Data can exist as numbers, text, images, videos, sounds, and more.
|
10 |
- **Source:** Data can be collected from various sources, such as surveys, sensors, transactions, or online platforms.
|
11 |
""")
|
12 |
-
|
13 |
-
data_type = st.radio("Select a type of data
|
14 |
|
15 |
# Structured Data Section
|
16 |
if data_type == "Structured":
|
|
|
9 |
- **Forms:** Data can exist as numbers, text, images, videos, sounds, and more.
|
10 |
- **Source:** Data can be collected from various sources, such as surveys, sensors, transactions, or online platforms.
|
11 |
""")
|
12 |
+
st.subheader("**Types of Data**")
|
13 |
+
data_type = st.radio("**Select a type of data:**", ["Structured", "Unstructured", "Semi-Structured"])
|
14 |
|
15 |
# Structured Data Section
|
16 |
if data_type == "Structured":
|