You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filt_df1=dataframe[dataframe["case:concept:name"].isin(cell_case_dict[('concept:name_T17 Check report Y to stop indication_y', 'org:resource_Resource01_x')])]
34
33
print(filt_df1)
35
34
except:
36
35
traceback.print_exc()
36
+
#input()
37
37
38
38
try:
39
39
# let's build another process cube!
40
40
# as rows, I want the presence (or not) of the activity 'T06 Determine necessity of stop advice'
41
41
# as columns, I want the channel used to submit the request
0 commit comments