The Analyze page shows a "Dataset Size" card whose value is rows × columns
(the product of the two dimensions). This is redundant with the adjacent
"Total Rows" and "Columns" cards and is mislabeled, it isn't a size.
Fix: either remove the card or replace it with a meaningful value
(e.g. cell count labeled clearly, or memory footprint if available).
File: frontend/src/pages/AnalyzePage.tsx
Acceptance: the card is either removed or shows an accurately labeled value.
The Analyze page shows a "Dataset Size" card whose value is
rows × columns(the product of the two dimensions). This is redundant with the adjacent
"Total Rows" and "Columns" cards and is mislabeled, it isn't a size.
Fix: either remove the card or replace it with a meaningful value
(e.g. cell count labeled clearly, or memory footprint if available).
File:
frontend/src/pages/AnalyzePage.tsxAcceptance: the card is either removed or shows an accurately labeled value.