AVA
AVA copied to clipboard
feat(dw): partial auto aggregation function, specifically, deduplication
const dataFrame = new DataFrame(inputData);
const deduplicatedData = new AutoAggregation(dataFrame).deDuplication();
A deduplication method is proposed to aggregate the duplicated data rows which are troublesome for visualization.