--- title: Tests keywords: fastai sidebar: home_sidebar nb_path: "nbs/exporters.query.ipynb" ---
class
Query
Query(*properties:List[str])
properties
List
str
q = Query("content", "label.name", "sender.owner.firstName", "sender.handle") result = q.execute(client, messages, dtype="pandas") result.head()