L1 - Data Characteristics Flashcards

5 V's Types of data

1
Q

What are the 5 V’s of Data? Define each…

A

Veracity : Refers to the accessibility, usability and quality of the data.
Velocity : Refers to the streaming efficiency of processing the data.
Volume : Refers to the scale of the data.
Variety: There are different types of data such as structured, semi-structured and unstructured.
Value : All data can be used extract value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Data Variety…

A

Refers to the different types of data such as medical records, geo-spatial data, animal behaviour etc.

There are 3 types of variety: structured, semi-structured, unstructured.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give examples of structured, unstructured and semistructured data…

A

Structured : Medical records, shop purchases, anything that adheres to a model and is in tabular format.

Semi-structured : Emails, Binary executables, any data that doesn’t adhere to a model, but records still have sorting properties and can be grouped via overlappying or similar attributes.

Unstructured : Geo-spatial data, audio, visual. Any data that doesn’t adhere to a model and is not initially sortable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define structured data…

A

Data that adheres to a data model and can be stored in tabular format ( tables, rows and relationships ). For example, any data that can be held in a SQL database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give advantages and disadvantages of Structured Data?

A

Advantage:
- Structure enables more efficient computational analysis.
- Efficient querying.
- Structure provides context to the data for easier human interpretation.

Disadvantage:
- Limited type of data that can be stored in this format.
- Less flexible in how data can be stored.
- Computational cost of inserting data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Semi-structured data…

A

Data that doesn’t adhere to a data model, but records show similarities which mean similar records can be grouped together based on shared or similar properties. For example, emails won’t share the same data, but they do all share properties such as a sender, receiver, subject line etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Give advantages and disadvantages of Semi-structured data…

A

Advantage:
- Not constrained to a schema.
- Flexible in the way in which the data can be stored.

Disadvantage:
- No schema can make interpreting data relationships difficult.
- Less efficient querying than Structured due to no fixed schema.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define Unstructured Data…

A

Data that doesn’t adhere to a model or schema. For example, audio, visual, geo-spatial.

This accounts for 80 to 90% of the data collected, and can be created by both humans and computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Give advantages and disadvantages of Unstructured Data…

A

Advantage:
- No schema or model remove data constrains on collection.
- Data is collected quickly and easily.
- Larger data sets can be acquired easily.

Disadvantages:
- - Hard to process, analyse and interpret.
- Hard to query due to lack of relationships and structure.
- Computationally expensive to query.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain the relationship between unstructured data, the questions we ask about our data, and structured data…

A

When we collect data, usually it is unstructured. However, it can be considered structured at the lowest level. For example, visual data such as a picture can be considered a set of pixels.

What is unstructured is the questions we ask of data.

Thus when querying data, we can consider the unstructured data as structured at a low level, and our query as truly unstructured. The response to our query should be a structured subset of the original data set, that is represented at a higher level than the original.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly