Skip to content

Index

Module to interact with Analyses.

This module contains class to interact with Analyses in Apps.

PublishedAnalysis

Bases: PublishedContentNode

Analysis object to interact with analysis specific apps endpoints.

get_content

get_content()

Returns content of analysis.

resolve_query

resolve_query(query)

Returns Data Query and Query environment for an analysis.

Use this method to resolve queries that are based on analysis KPIs and Variables. The returned DataQuery and QueryEnvironment can than be used to query data via DataModel.export_data_frame.

Parameters:

  • query (PQL) –

    PQL query to be resolved

Returns: