Skip to content

Commit eb22f0c

Browse files
authored
Merge pull request #2 from flegaspi700/flegaspi700-patch-1-1
Create README.md
2 parents f2e72a4 + 4e0524d commit eb22f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Introduction/03-defining-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Examples of unstructured data: text files, text messages, video files
3232
### Semi-structured
3333
Semi-structured data has features that make it a combination of structured and unstructured data. It doesn't typically conform to a format of rows and columns but is organized in a way that is considered structured and may follow a fixed format or set of rules. The structure will vary between sources, such as a well defined hierarchy to something more flexible that allows for easy integration of new information. Metadata are indicators that help decide how the data is organized and stored and will have various names, based on the type of data. Some common names for metadata are tags, elements, entities and attributes. For example, a typical email message will have a subject, body and a set of recipients and can be organized by whom or when it was sent.
3434

35-
Examples of unstructured data: HTML, CSV files, JavaScript Object Notation (JSON)
35+
Examples of semi-structured data: HTML, CSV files, JavaScript Object Notation (JSON)
3636

3737
## Sources of Data
3838

0 commit comments

Comments
 (0)