AVA icon indicating copy to clipboard operation
AVA copied to clipboard

feat(dw): partial auto aggregation function, specifically, deduplication

Open GuangMingYouBei opened this issue 2 years ago • 0 comments

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.

GuangMingYouBei avatar May 29 '22 21:05 GuangMingYouBei