lens
lens copied to clipboard
Consider partial and resumable computation of summaries
For large datasets where computing the summary may be expensive, it would be useful to compute only part of it, be able to explore it, and then compute other parts of it without recomputing the initial report.
The selection of which parts to compute could be by:
- columns in the dataset,
- metrics, or
- row ranges.