Or

AQPython.Query.Or(left, right, limit=0)

Provide the ability to combine (union) Dataframes of AQAnnotations.

The input is 2 Dataframes of AQAnnotations. The output is the union of these annotations.

Parameters
  • left – Dataframe of AQAnnotations

  • right – Dataframe of AQAnnotations

  • limit – Number of AQAnnotations to return.

Returns

Dataframe of AQAnnotations