# Summary Reports

Generate human-readable summaries of datasets.

``` python
from gdtest_nav_icons import summarize

print(summarize([88, 92, 79, 95, 100], label="Exam scores"))
# Exam scores: mean=90.80, n=5
```


# Custom Labels

The `label` parameter controls the prefix in the output string.
