code
stringlengths
3
6.57k
np.zeros(len(sort_df)
range(1, len(sort_df)
len(sort_df)
mtx_df(log)
traces_df(log)
unique()
unique()
pd.DataFrame(columns=prelist,index = actlist)
df.groupby('pre_post')
sum()
agg(['sum','count','mean'])
pd.DataFrame({'pre_post':mtxdf1.index, 'cnt': list(mtxdf1)
s.split("@@")
len(a)
print(a[0], a[1])
log_attributes_filter.get_attribute_values(log, "concept:name")
activities.items()
actid.append(act0[0])
cnt.append(act0[1])
pd.DataFrame({'id':actid, 'cnt':cnt})
len(act_df)
case_statistics.get_variant_statistics(log)
tid.append(idx)
acts.append(trace['variant'])
cnt.append(trace['count'])
pd.DataFrame({'id': tid, 'acts': acts, 'cnt':cnt})
len(trace_df)
acts.split(',')
tid.append(n_traces)
actid.append(s)
actseq.append(actidx)
cnt.append(trace['count'])
pd.DataFrame({'id': tid, 'actid': actid, 'actseq':actseq, 'cnt':cnt})
shift(1)
trace_df.apply(lambda row: row['preid'] if row['actseq']!=0 else 'START', axis = 1)
shift(1)
trace_df.apply(lambda row: row['preid'] if row['actseq']!=0 else 'START', axis = 1)
trace_df.apply(lambda row: row['preid']+"-"+row['actid'], axis = 1)
actid2num(sactid, df)
range(0, len(df)
len(df)
actid2num("Confirmation of receipt", act_df)
apply(lambda i:actid2num(i, act_df)
df.apply(lambda row: row['preid']+"-"+row['actid'], axis = 1)
pd.DataFrame({'ant':df['preid'],'con':df})
groupby('pre_post')
count()
agg(['sum','count','mean'])
pd.DataFrame({'pre_post':mtxdf1.index, 'cnt': list(mtxdf1)
roles_factory.apply(log)
provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
ActiveDirectory(object)
swagger_types (dict)
attribute_map (dict)
name (str)
computer_name (str)
directory_servers (list[str])
LDAP (LDAPS)
domain (str)
kerberos_servers (list[str])
__setattr__(self, key, value)
KeyError("Invalid key `{}` for `ActiveDirectory`".format(key)
__getattribute__(self, item)
object.__getattribute__(self, item)
isinstance(value, Property)
to_dict(self)
six.iteritems(self.swagger_types)
hasattr(self, attr)
getattr(self, attr)
isinstance(value, list)
x.to_dict()
hasattr(x, "to_dict")
hasattr(value, "to_dict")
value.to_dict()
isinstance(value, dict)
to_dict()
hasattr(item[1], "to_dict")
value.items()
issubclass(ActiveDirectory, dict)
self.items()
to_str(self)
pprint.pformat(self.to_dict()
__repr__(self)
self.to_str()
__eq__(self, other)
isinstance(other, ActiveDirectory)
__ne__(self, other)
FastA( object )
__init__( self, sequences )
__str__( self )
join( sequence.to_fasta()
to_file( self, filename, attrs=None )
open( filename, 'w' )
outfile.write( sequence.to_fasta( attrs )
from_file( cls, filename, attrs=None, delimiter=' ', seqType=None )
isinstance( seqType, str )
seqType.lower()
seqType.lower()
seqType.lower()
open( filename, 'r' )