Hello,
I am trying to use the demo P2P data as a pandas dataframe throught the ML Workbench.
Following the documentation :
from pycelonis import get_celonis
login = {
celonis_url : url
api_token : token
}
celonis = get_celonis(**login)
out
pycelonis: Login successful! Hello vasilis
<pycelonis.api.IBC at 0x7f6cb9719340>
celonis.workspaces
out
<Workspace, id 0036fb70-61e7-4e8e-92d3-4aeac9d563bd, name Purchase To Pay Demo Analysis>
Then when i try to find the analysis i get " No result found for id : xxx"
analysis = celonis.analyses.find(0036fb70-61e7-4e8e-92d3-4aeac9d563bd)
Any hints how to get the OLAP table of the P2P demo data to a pandas dataframe?
Page 1 / 1
Hi @1460044428,
normally you can not access the demo data. However, you can access your data via pycelonis. Therefore, you just have to add the tables into the data model. There you can access them.
If you face any issues related to it, happy to discuss them here!
Best,
Justin
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.