Data Processing - Operations / Operator
Table of Contents
1 - About
A data processing function takes an input and creates an output in a pipeline.
- transition in Automata
- functional interface in Functional Programming
- Filter in Shell Data Processing
2 - Articles Related
3 - Type
It may involve various function such as, including:
- Validation with data type conversion – Ensuring that supplied data is “clean, correct and useful”. See also: Data Quality
- Sorting – “arranging items in some sequence and/or in different sets.”
- Summarization – reducing detail data to its main points.
- Aggregation – combining multiple pieces of data.
- Analysis – the “collection, organization, analysis, interpretation and presentation of data.”.
- Reporting / visualization – list detail or summary data or computed information.
- Classification – separates data into various categories.
- Filter
- selection