I am trying to convert the data present in an OLAP table to a dataframe.
c = get_celonis(**settings)
w = c.workspaces.find(KPI Analysis - CSAT,None)
a = w.analyses.find(CSAT Model,None)
q=a.published.components.ids[7ae951ac-b933-4e62-b8c0-ee21e6a15845].data
Can anyone please help me what can be the command to convert q into a dataframe.
Thanks!!