percent_overlapping_calls

bandicoot.helper.tools.percent_overlapping_calls(records, min_gab=300)

Return the percentage of calls that overlap with the next call.

Parameters:
records : list

The records for a single user.

min_gab : int

Number of seconds that the calls must overlap to be considered an issue. Defaults to 5 minutes.