jacaballero
jacaballero
Dear @fit-alessandro-berti That's great. Thank you for your quick response.
The log that I'm using has 240000 lines in XES format. I'll try to test if with a sample of the traces it happens as well.
Dear @fit-alessandro-berti I attached a CSV sample of where this happens. I loaded it as below: log = pm4py.format_dataframe(pandas.read_csv('filtered_file.csv', sep=';'), case_id='case_id',activity_key='concept:name', timestamp_key='time:timestamp') And then applied the function that I included...
I checked the last version and now it works. Thank you!!