str_source_target_counts
- str_source_target_counts(mappings: Iterable[Mapping], minimum: int = 0) str[source]
Create a table of counts of source/target prefix via
tabulate.- Parameters:
mappings – An iterable of mappings
minimum – The minimum count to display in the table. Defaults to zero, which displays all source/target prefix pairs.
- Returns:
A table representing the counts for each source/target prefix pair.
See also
This table is generated with
count_source_target()