atoti_query.QueryResult#

class atoti_query.QueryResult#

pandas DataFrame corresponding to the result of a query ran in "pretty" mode.

It is indexed by the queried levels (date levels become pandas.DatetimeIndex).

Note

Unless mutated in place, the __repr__(), _repr_html_(), _repr_latex_(), and _repr_mimebundle_() methods will use:

  • The caption of levels and members instead of their name.

  • The formatted value of measures instead of their value.

style

Return a styler following the style included in the CellSet from which the DataFrame was converted (if it has not been mutated).