[Quality Evaluator] - Implement new endpoint for column profiling
The goal is to implement an endpoint for one column profiling.
The results of the profiling must be the same, but only for just one column and all values. The structure is defined in the following issue: https://gitlab.eclipse.org/eclipse-research-labs/datamite-project/data-quality/quality_evaluator_profiler/-/issues/3
Example of payload proposal:
{
"column_name": "Installed Power [kVA]",
"data_type": "Integer",
"values": [400, 100, 250, 160, 160, 100, 50, 100, 100, 100, 400, 1260, 160]
}
Edited by Antoni Gimeno