What is Data with full detail || thefreegyan
What is Data?
Data is a series of Anformation. One motive of Data Science is to shape data, making it interpretable and effortless to work with.
Data can be classified into two groups:
- Structured data
- Unstructured facts
Unstructured Data
Unstructured statistics is now not organized. We have to prepare the facts for evaluation purposes.
How to Structure Data?
We can use an array or a database desk to structure or existing data.
Example of an array:
[80, 85, 90, 95, 100, 105, 110, 115, 120, 125]
Different between Data vs Information
Data
- Data are the variables that help to develop ideas/conclusions.
- Data are text and numerical values.
- Data doesn’t rely on Information.
- Bits and Bytes are the measuring unit of data.
- Data can be easily structured as the following: 1.Tabular data 2.Graph 3.Data tree
- Data does not have any specific purpose
- It is low-level knowledge.
- Data does not directly helps in decision making.
- Data is collection of facts, which it self have no meaning.
- Example of data is student test score.
Information
- Information is meaningful data.
- Information is refined form of actual data.
- While Information relies on Data.
- Information is measured in meaningful units like time, quantity, etc.
- Information can also be structured as the following: 1. Language 2. Ideas 3. Thoughts
- Information carries a meaning that has been assigned by interpreting data.
- It is the second level of knowledge.
- Information directly helps in decision making.
- Information puts those facts into context.
- Example of information is average score of class that is derived from given data.
Comments