# Display Utilities The `simulator.display` module contains helpers to present dataframes and simulation results. Refer to `simulator/display/README.md` for details. Within notebooks you can also use [skimpy](https://aeturrell.github.io/skimpy/) (already installed) to get a quick overview of each dataframe: ```python from skimpy import skim skim(result.cashflows) ```