Skip to content

Commit a975d96

Browse files
committed
Minor typo fix
1 parent 4dc23b9 commit a975d96

File tree

1 file changed

+2
-2
lines changed
  • 1-Introduction/01-defining-data-science

1 file changed

+2
-2
lines changed

1-Introduction/01-defining-data-science/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ Vast amounts of data are incomprehensible for a human being, but once we create
6767

6868
## Types of Data
6969

70-
As we have already mentioned, data is everywhere. We just need to capture it in the right way! It is useful to distinguish between **structured** and **unstructured** data. The former is typically represented in some well-structured form, often as a table or number of tables, while the latter is just a collection of files. Sometimes we can also talk about **semistructured** data, that have some sort of a structure that may vary greatly.
70+
As we have already mentioned, data is everywhere. We just need to capture it in the right way! It is useful to distinguish between **structured** and **unstructured** data. The former is typically represented in some well-structured form, often as a table or number of tables, while the latter is just a collection of files. Sometimes we can also talk about **semi-structured** data, that have some sort of a structure that may vary greatly.
7171

7272
| Structured | Semi-structured | Unstructured |
7373
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | --------------------------------------- |
74-
| List of people with their phone numbers | Wikipedia pages with links | Text of Encyclopaedia Britannica |
74+
| List of people with their phone numbers | Wikipedia pages with links | Text of Encyclopedia Britannica |
7575
| Temperature in all rooms of a building at every minute for the last 20 years | Collection of scientific papers in JSON format with authors, data of publication, and abstract | File share with corporate documents |
7676
| Data for age and gender of all people entering the building | Internet pages | Raw video feed from surveillance camera |
7777

0 commit comments

Comments
 (0)