- 2789 Views
- 1 replies
- 0 kudos
Hi,I am trying to use pm4py library to visualize my data. my code executes perfectly but there is no visualization how can i solve this problem ? There is no error message#processmining # databricks #pm4py
- 2789 Views
- 1 replies
- 0 kudos
Latest Reply
I believe we do not support GUI-based viewers like pm4py.visualizer.view(gviz), which tries to open a file using your system's default image/PDF viewer.Could you try visualizing and then saving the output - import pm4py# Sample log (replace with your...
- 2382 Views
- 1 replies
- 0 kudos
Here, we're trying to use the Python UDF inside the query.taking the table as function input converting the table into dataframe performing modification converting the dataframe into table returning the table How can we create spark context inside U...
- 2382 Views
- 1 replies
- 0 kudos
Latest Reply
Hi team,I believe you cannot create or access a SparkSession or run Spark operations like spark.sql() directly inside a Python UDF. input_table is a table argument, not a string with a table name. You receive it as a pandas DataFrame when using RETUR...