Skip to main content

I have a question regarding PyCelonis 2.0.0.

 

It looks like any means to access data (from a datamodel) and use it with a data frame were removed from the package.

 

Is my assumption correct? If so, how would you implement something like an "invoice duplication" app with Python in the ML Workbench if it is impossible to get the data?

 

Thanks

It is possible to have data. You need to use " data_model.export_data_frame(query) ".

you need to ask Celonis to give you access.

Read about it here:

 

https://celonis.github.io/pycelonis/1.7.0/tutorials/api_tutorial/03_PQL_and_Python_1/#4-add-a-pql-column-to-that-table

 

 

 


Reply