agora.utils.merge

Functions to efficiently merge rows in DataFrames.

Functions

apply_merges(data, merges)

Split data in two, one subset for rows relevant for merging and one without them.

group_merges(merges)

rtype

List[Tuple]

join_tracks_pair(target, source)

Join two tracks and return the new value of the target.

merge_association(association, merges)

rtype

ndarray

sort_association(array)

union_find(lsts)