> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti.MdxQueryResult

<span id="atoti.MdxQueryResult" />

pandas DataFrame corresponding to the result of an MDX query ran in `"pretty"` *mode*.

It is indexed by the queried levels (date levels become [`pandas.DatetimeIndex`](https://pandas.pydata.org/pandas-docs/version/3.0/reference/api/pandas.DatetimeIndex.html#pandas.DatetimeIndex)).
The rows are ordered according to the levels’ [`order`](./atoti.Level.order#atoti.Level.order).

<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.
</Note>

|                                                                    |                                                                                                                                  |
| ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| [`style`](./atoti.MdxQueryResult.style#atoti.MdxQueryResult.style) | Return a styler following the style included in the CellSet from which the DataFrame was converted (if it has not been mutated). |
