Summary.query#
- Summary.query(expr)[source]
Filter the summary using a
pandas.DataFrame.query()expression.- Parameters:
- exprstr
The query string to evaluate. The report
idis available as an index level, so selections built from the HTML representation (e.g."id in ['ab12cd34']") can be used to recover specific reports.
- Returns:
- summarySummary
A new summary restricted to the rows matching
expr.