From 470d008f657fd0ede5f25285519f474f74cc2e10 Mon Sep 17 00:00:00 2001 From: Frederick Legaspi Date: Mon, 8 Nov 2021 13:59:15 -0500 Subject: [PATCH] Update README.md Replaced "Examples of unstructured data" with "Examples of semi-structured data" in the Semi-structured paragraph. --- 1-Introduction/03-defining-data/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-Introduction/03-defining-data/README.md b/1-Introduction/03-defining-data/README.md index 0582ebb..62b1848 100644 --- a/1-Introduction/03-defining-data/README.md +++ b/1-Introduction/03-defining-data/README.md @@ -32,7 +32,7 @@ Examples of unstructured data: text files, text messages, video files ### Semi-structured 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. -Examples of unstructured data: HTML, CSV files, JavaScript Object Notation (JSON) +Examples of semi-structured data: HTML, CSV files, JavaScript Object Notation (JSON) ## Sources of Data