RegexProperty¶
-
AQPython.Query.
RegexProperty
(df, name, regex, limit=0, negate=False)¶ Provide the ability to filter a Dataframe of AQAnnotations based on the regex applied to the specified property value in the map.
- Parameters
df – Dataframe of AQAnnotations that will be filtered by the specified property name and regex expression.
name – Name of the property to filter.
regex – Regex expression to use for the filter.
limit – Number of AQAnnotations to return.
negate – Whether to negate the entire query. Default is false.
- Returns
Dataframe of AQAnnotations